New AudioInjector.net Pi soundcard with low jitter audio in and out.
authorMatt Flax <flatmax@flatmax.org>
Mon, 16 May 2016 11:36:31 +0000 (21:36 +1000)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 00:59:54 +0000 (00:59 +0000)
commit39fbd854af58511891652dc09971399f1987e118
tree74685dcc2a971b68862d8221577ae8a0431218d8
parent282665c2114f6b81b04513b4e35e0966c4048201
New AudioInjector.net Pi soundcard with low jitter audio in and out.

Contains the sound/soc/bcm ALSA machine driver and necessary alterations to the Kconfig and Makefile.
Adds the dts overlay and updates the Makefile and README.
Updates the relevant defconfig files to enable building for the Raspberry Pi.
Thanks to Phil Elwell (pelwell) for the review, simple-card concepts and discussion. Thanks to Clive Messer for overlay naming suggestions.

Added support for headphones, microphone and bclk_ratio settings.

This patch adds headphone and microphone capability to the Audio Injector sound card. The patch also sets the bit clock ratio for use in the bcm2835-i2s driver. The bcm2835-i2s can't handle an 8 kHz sample rate when the bit clock is at 12 MHz because its register is only 10 bits wide which can't represent the ch2 offset of 1508. For that reason, the rate constraint is added.
sound/soc/bcm/Kconfig
sound/soc/bcm/Makefile
sound/soc/bcm/audioinjector-pi-soundcard.c [new file with mode: 0644]